*{
	box-sizing: border-box
}
body{
	background-color: #D4D0D0;
	color: #666666;
	font: poppins;
}
header{
	background-color: #001B4C;
	color: #ffffff;
	text-align: center;
	Font: Poppins;
}
header a{
	text-decoration:none;
}
header a:link{
	color:#FFFFFF;
}
header a:visited{
	color: #FFFFFF;
}
header a:hover{
	color: #A2CCEB;
}
nav{
	font-weight: bold;
	padding: 0;
	font-size: 100%;
}
nav ul{
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	font-size: 1 em;
	text-align: center;
}
nav a{
	text-decoration: none;	
}
nav a:link{
	color: #051D46;
}
nav a:visited{
	color: #051D46;
}
nav a:hover{
	color: #710000;
}
nav li{
	border-bottom: 1px;
	border-bottom-color: #002171;
	border-bottom-style: solid;
}
h2 {
	color: #710000;
	font-family: Georgia, "Times New Roman", serif;
	text-shadow: 1px 1px #CCCCCC;
}
dt {
	color: #002171;
}
h1{
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: .25em;
	margin-top: 0;
	padding-bottom: .5em;
	padding-top: .5em;
}
h3{
	font-family: Georgia, "Times New Roman", serif;
	color: #000033;
}
footer{
	background-color: #FFFFFF;
	font-size: 75%;
	font-style: italic;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	padding: 2em;
}
#contact{
	font-size: 90%;
}
#wrapper{
	background-color: #051252;
             padding: 2em;
	background-image: linear-gradient(to bottom, #FFFFFF, #051252);
}
main{
	padding:1px 20px 20px 30px;
	display: block;
	background-color: #FFFFFF;
	overflow: auto;
}
#homehero{
	height: 300px;
	background-image: url("Diamond Destinations.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
}
#abouthero{
	height: 600px;
	background-image: url("about Us.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
}
#allhero{
	height: 400px;
	background-image: url("Ballpark.jpeg");
		background-repeat: no-repeat;
		background-size: 100% 100%;
}
#kauffmanhero{
	height: 400px;
	background-image: url("Kauffman.jpeg");
		background-repeat: no-repeat;
		background-size: 100% 100%;
}
#angelshero{
	height: 400px;
	background-image: url("Angels.jpeg");
		background-repeat: no-repeat;
		background-size: 100% 100%;
}
#tmobilehero{
	height: 400px;
	background-image: url("Tmobile.jpeg");
		background-repeat: no-repeat;
		background-size: 100% 100%;
}
#retiredhero{
	height: 400px;
	background-image: url("Boy Ballpark.jpeg");
		background-repeat: no-repeat;
		background-size: 100% 100%;
}
table {
	border: 2px solid #071852;
	border-collapse:collapse;
	width: 75%; margin: auto;
}
td, th {
	padding: .5em;
	border: 2px solid #071852;
}
td {
	text-align: center;
}
.text{
	text-align: left;
}
tr:nth-of-type(odd) { 
	background-color: #C0BEBE; 
}
Form { display: flex; 
         flex-flow: column nowrap; }    
  input, textarea { margin-bottom: .5em; }
@media (min-width: 600px) {
	nav ul{
		display: flex;
		flex-wrap: nowrap;
		justify-content:space-around;
	}
	nav li{
		border-bottom: none;
	}
	section{
		padding-left: 2em;
		padding-right: 2em;
	}
	.content main {   display: grid;
                  grid-template-rows: auto;
                  grid-template-columns: 1fr 1fr 1fr; }
		h2         { grid-row: 1 / 2; grid-column: 1 / 5; }
		section    { grid-row: 2 / 3; grid-column: auto; }
		#special   { grid-row: auto; grid-column: 1 / 5; }
		footer     { grid-row: auto; grid-column: 1 / 5; }

}
table {
	border: 2px solid #071852;
	border-collapse:collapse;
}
td, th {
	padding: .5em;
	border: 2px solid #071852;
}
td {
	text-align: center;
}
.text{
	text-align: left;
}
tr:nth-of-type(odd) { 
	background-color: #F5FAFC; 
@media (min-width: 1024px){
	nav ul {
		flex-direction: column;
		padding-top: 1em;
		text-align: left;
	}
	nav{
		text-align: left;
		padding-left: 1em;
	}
	#wrapper{
		margin: auto;
		width: 80%;
		border-color:darkblue;
		box-shadow: 1em 1em;
		display:grid;
		grid-template-rows: auto;
		grid-template-colums: 180px auto;
	}
		#wrapper header         { grid-row: 1 / 2; grid-column: 1 / 3; }
		#wrapper nav    { grid-row: 2 / 5; grid-column: 1/2; }
		#wrapper div   { grid-row: 2/3; grid-column: 2/3; }
		#wrapper main { grid-row: 3/4; grid-column: auto; }
		#wrapper footer     { grid-row: auto; grid-column: auto; }
}
